}
&:insensitive {
color: $backdrop_insensitive_color;
- border-color: $backdrop_insensitive_color;
- background-color: $backdrop_bg_color;
+ border-color: $backdrop_borders_color;
+ background-color: $insensitive_bg_color;
}
}
}
&:active{ border-color: $selected_bg_color; }
&:insensitive {
@include button(backdrop-insensitive);
- @if $variant=='dark' {
- border-color: $backdrop_insensitive_color;
- }
}
}
}
background-image: linear-gradient(to bottom, $backdrop_bg_color);
box-shadow: none;
}
- &:backdrop:insensitive { @include button(backdrop-insensitive);
- @if $variant=='dark' {
- border-color: $backdrop_insensitive_color;
- }
+ &:backdrop:insensitive {
+ @include button(backdrop-insensitive);
}
&:active {
border: 1px solid if($variant=='light',darken($selected_borders_color,3%),
background-color: $selected_bg_color;
box-shadow: $widget_edge;
&:backdrop {
- border-color: $selected_bg_color;
+ border-color: if($variant=='light', $selected_bg_color,
+ $selected_borders_color);
background-color: $selected_bg_color;
box-shadow: none;
}
box-shadow: none;
}
&:backdrop:insensitive, .hilight:backdrop:insensitive {
- border-color: $backdrop_insensitive_color;
- background-color: $backdrop_bg_color;
+ border-color: $backdrop_borders_color;
+ background-color: $insensitive_bg_color;
}
//OSD troughs
.osd & {
}
// box-shadow: inset 1px 1px transparentize($borders_edge,0.8);
&:backdrop {
- border-color: $selected_bg_color;
+ border-color: if($variant=='light', $selected_bg_color,
+ $selected_borders_color);
background-color: $selected_bg_color;
box-shadow: none;
}
}
@if $t==backdrop {
color: $backdrop_fg_color;
+ border-color: $backdrop_borders_color;
background-image: linear-gradient(to bottom, $backdrop_base_color);
@include _shadows($_blank_inner_shadows, $_blank_edge);
}
@if $t==backdrop-insensitive {
color: $backdrop_insensitive_color;
- background-image: linear-gradient(to bottom, $backdrop_bg_color);
+ border-color: $backdrop_borders_color;
+ background-image: linear-gradient(to bottom, $insensitive_bg_color);
@include _shadows($_blank_inner_shadows, $_blank_edge);
}
}
//
color: $backdrop_insensitive_color;
border-color: $backdrop_borders_color;
- background-image: linear-gradient(to bottom, $backdrop_bg_color);
+ background-image: linear-gradient(to bottom, $insensitive_bg_color);
box-shadow: inset 0 1px transparentize(white,1),
0 1px transparentize(white,1);
}
color: $backdrop_insensitive_color;
border-color: $backdrop_borders_color;
background-image: linear-gradient(to bottom,
- mix($backdrop_borders_color,$backdrop_bg_color, 8%));
+ mix($backdrop_borders_color,$insensitive_bg_color, 8%));
box-shadow: inset 0 1px transparentize(white,1),
0 1px transparentize(white,1);
}
border-width: 1px;
background-image: linear-gradient(to bottom, #212121, #292929 90%);
color: #c9cbc9;
+ border-color: #1e2222;
background-image: linear-gradient(to bottom, #2c2c2c);
box-shadow: inset 0 2px 2px -2px rgba(20, 20, 20, 0), inset 0 0 2px 1px rgba(39, 51, 64, 0), 0 1px rgba(255, 255, 255, 0); }
.entry:backdrop:insensitive {
border-width: 1px;
background-image: linear-gradient(to bottom, #212121, #292929 90%);
color: #454c4c;
- background-image: linear-gradient(to bottom, #393f3f);
+ border-color: #1e2222;
+ background-image: linear-gradient(to bottom, #323636);
box-shadow: inset 0 2px 2px -2px rgba(20, 20, 20, 0), inset 0 0 2px 1px rgba(39, 51, 64, 0), 0 1px rgba(255, 255, 255, 0); }
.entry:selected, .entry:backdrop:selected {
background-color: #215d9c;
border-style: solid;
color: #454c4c;
border-color: #1e2222;
- background-image: linear-gradient(to bottom, #393f3f);
+ background-image: linear-gradient(to bottom, #323636);
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
.button:backdrop:insensitive:active {
border-style: solid;
color: #454c4c;
border-color: #1e2222;
- background-image: linear-gradient(to bottom, #363c3c);
+ background-image: linear-gradient(to bottom, #303434);
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
.button:insensitive {
border-style: solid;
border-style: solid;
color: #454c4c;
border-color: #1e2222;
- background-image: linear-gradient(to bottom, #393f3f);
+ background-image: linear-gradient(to bottom, #323636);
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
.button.suggested-action:insensitive {
border-style: solid;
border-style: solid;
color: #454c4c;
border-color: #1e2222;
- background-image: linear-gradient(to bottom, #393f3f);
+ background-image: linear-gradient(to bottom, #323636);
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
.button.destructive-action:insensitive {
border-style: solid;
border-style: solid;
color: #454c4c;
border-color: #1e2222;
- background-image: linear-gradient(to bottom, #393f3f);
+ background-image: linear-gradient(to bottom, #323636);
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
.inline-toolbar GtkToolButton > .button:backdrop:insensitive:active {
border-style: solid;
color: #454c4c;
border-color: #1e2222;
- background-image: linear-gradient(to bottom, #363c3c);
+ background-image: linear-gradient(to bottom, #303434);
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
.inline-toolbar.toolbar GtkToolButton > .button.flat, .inline-toolbar GtkToolButton > .button.flat {
border-style: solid;
color: #454c4c;
border-color: #1e2222;
- background-image: linear-gradient(to bottom, #393f3f);
+ background-image: linear-gradient(to bottom, #323636);
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
.spinbutton.vertical.entry {
border-radius: 0; }
border-style: solid;
color: #454c4c;
border-color: #1e2222;
- background-image: linear-gradient(to bottom, #393f3f);
+ background-image: linear-gradient(to bottom, #323636);
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
.titlebar.selection-mode .button.suggested-action,
.header-bar.selection-mode .button.suggested-action {
border-style: solid;
color: #454c4c;
border-color: #1e2222;
- background-image: linear-gradient(to bottom, #393f3f);
+ background-image: linear-gradient(to bottom, #323636);
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0);
border-color: #0f2b48; }
.titlebar.selection-mode .selection-menu, .titlebar.selection-mode .selection-menu:backdrop,
box-shadow: none; }
GtkSwitch.trough:backdrop:insensitive {
color: #454c4c;
- border-color: #454c4c;
- background-color: #393f3f; }
+ border-color: #1e2222;
+ background-color: #323636; }
GtkSwitch.slider {
border-radius: 3px;
border-style: solid;
border-style: solid;
color: #454c4c;
border-color: #1e2222;
- background-image: linear-gradient(to bottom, #393f3f);
- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0);
- border-color: #454c4c; }
+ background-image: linear-gradient(to bottom, #323636);
+ box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
/*************************
* Check and Radio items *
border-style: solid;
color: #454c4c;
border-color: #1e2222;
- background-image: linear-gradient(to bottom, #393f3f);
- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0);
- border-color: #454c4c; }
+ background-image: linear-gradient(to bottom, #323636);
+ box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
.scale.slider:active,
.scale.scale-has-marks-above.scale-has-marks-below.slider:active,
.scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:active {
.scale.trough.highlight:backdrop,
.scale.scale-has-marks-above.scale-has-marks-below.trough.highlight:backdrop,
.scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.highlight:backdrop {
- border-color: #215d9c;
+ border-color: #0f2b48;
background-color: #215d9c;
box-shadow: none; }
.scale.trough:insensitive, .scale.trough.hilight:insensitive,
.scale.scale-has-marks-above.scale-has-marks-below.trough .hilight:backdrop:insensitive,
.scale.vertical.scale-has-marks-above.scale-has-marks-below.trough:backdrop:insensitive,
.scale.vertical.scale-has-marks-above.scale-has-marks-below.trough .hilight:backdrop:insensitive {
- border-color: #454c4c;
- background-color: #393f3f; }
+ border-color: #1e2222;
+ background-color: #323636; }
.osd .scale.trough, .osd
.scale.scale-has-marks-above.scale-has-marks-below.trough, .osd
.scale.vertical.scale-has-marks-above.scale-has-marks-below.trough {
.progressbar.vertical.bottom {
box-shadow: none; }
.progressbar:backdrop {
- border-color: #215d9c;
+ border-color: #0f2b48;
background-color: #215d9c;
box-shadow: none; }
.progressbar.osd {
border-width: 1px;
background-image: linear-gradient(to bottom, #212121, #292929 90%);
color: #c9cbc9;
+ border-color: #1e2222;
background-image: linear-gradient(to bottom, #2c2c2c);
box-shadow: inset 0 2px 2px -2px rgba(20, 20, 20, 0), inset 0 0 2px 1px rgba(39, 51, 64, 0), 0 1px rgba(255, 255, 255, 0); }
.level-bar.fill-block {
border-style: solid;
color: #454c4c;
border-color: #1e2222;
- background-image: linear-gradient(to bottom, #393f3f);
+ background-image: linear-gradient(to bottom, #323636);
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
.message-dialog.csd .dialog-action-area .button.suggested-action {
border-style: solid;
border-style: solid;
color: #454c4c;
border-color: #1e2222;
- background-image: linear-gradient(to bottom, #393f3f);
+ background-image: linear-gradient(to bottom, #323636);
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
.message-dialog.csd .dialog-action-area .button.suggested-action:insensitive {
border-style: solid;
border-style: solid;
color: #454c4c;
border-color: #1e2222;
- background-image: linear-gradient(to bottom, #393f3f);
+ background-image: linear-gradient(to bottom, #323636);
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
.message-dialog.csd .dialog-action-area .button.destructive-action:insensitive {
border-style: solid;
border-style: solid;
color: #454c4c;
border-color: #1e2222;
- background-image: linear-gradient(to bottom, #393f3f);
+ background-image: linear-gradient(to bottom, #323636);
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
/************
border-width: 1px;
background-image: linear-gradient(to bottom, #f7f7f7, white 90%);
color: #54595a;
+ border-color: #a8a8a8;
background-image: linear-gradient(to bottom, #fcfcfc);
box-shadow: inset 0 2px 2px -2px rgba(127, 127, 127, 0), inset 0 0 2px 1px rgba(218, 232, 247, 0), 0 1px rgba(255, 255, 255, 0); }
.entry:backdrop:insensitive {
border-width: 1px;
background-image: linear-gradient(to bottom, #f7f7f7, white 90%);
color: #c7c7c7;
- background-image: linear-gradient(to bottom, #ededed);
+ border-color: #a8a8a8;
+ background-image: linear-gradient(to bottom, #f4f4f4);
box-shadow: inset 0 2px 2px -2px rgba(127, 127, 127, 0), inset 0 0 2px 1px rgba(218, 232, 247, 0), 0 1px rgba(255, 255, 255, 0); }
.entry:selected, .entry:backdrop:selected {
background-color: #4a90d9;
border-style: solid;
color: #c7c7c7;
border-color: #a8a8a8;
- background-image: linear-gradient(to bottom, #ededed);
+ background-image: linear-gradient(to bottom, #f4f4f4);
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
.button:backdrop:insensitive:active {
border-style: solid;
color: #c7c7c7;
border-color: #a8a8a8;
- background-image: linear-gradient(to bottom, #e7e7e7);
+ background-image: linear-gradient(to bottom, #ededed);
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
.button:insensitive {
border-style: solid;
border-style: solid;
color: #c7c7c7;
border-color: #a8a8a8;
- background-image: linear-gradient(to bottom, #ededed);
+ background-image: linear-gradient(to bottom, #f4f4f4);
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
.button.suggested-action:insensitive {
border-style: solid;
border-style: solid;
color: #c7c7c7;
border-color: #a8a8a8;
- background-image: linear-gradient(to bottom, #ededed);
+ background-image: linear-gradient(to bottom, #f4f4f4);
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
.button.destructive-action:insensitive {
border-style: solid;
border-style: solid;
color: #c7c7c7;
border-color: #a8a8a8;
- background-image: linear-gradient(to bottom, #ededed);
+ background-image: linear-gradient(to bottom, #f4f4f4);
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
.inline-toolbar GtkToolButton > .button:backdrop:insensitive:active {
border-style: solid;
color: #c7c7c7;
border-color: #a8a8a8;
- background-image: linear-gradient(to bottom, #e7e7e7);
+ background-image: linear-gradient(to bottom, #ededed);
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
.inline-toolbar.toolbar GtkToolButton > .button.flat, .inline-toolbar GtkToolButton > .button.flat {
border-style: solid;
color: #c7c7c7;
border-color: #a8a8a8;
- background-image: linear-gradient(to bottom, #ededed);
+ background-image: linear-gradient(to bottom, #f4f4f4);
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
.spinbutton.vertical.entry {
border-radius: 0; }
border-style: solid;
color: #c7c7c7;
border-color: #a8a8a8;
- background-image: linear-gradient(to bottom, #ededed);
+ background-image: linear-gradient(to bottom, #f4f4f4);
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
.titlebar.selection-mode .button.suggested-action,
.header-bar.selection-mode .button.suggested-action {
border-style: solid;
color: #c7c7c7;
border-color: #a8a8a8;
- background-image: linear-gradient(to bottom, #ededed);
+ background-image: linear-gradient(to bottom, #f4f4f4);
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0);
border-color: #184472; }
.titlebar.selection-mode .selection-menu, .titlebar.selection-mode .selection-menu:backdrop,
box-shadow: none; }
GtkSwitch.trough:backdrop:insensitive {
color: #c7c7c7;
- border-color: #c7c7c7;
- background-color: #ededed; }
+ border-color: #a8a8a8;
+ background-color: #f4f4f4; }
GtkSwitch.slider {
border-radius: 3px;
border-style: solid;
border-style: solid;
color: #c7c7c7;
border-color: #a8a8a8;
- background-image: linear-gradient(to bottom, #ededed);
+ background-image: linear-gradient(to bottom, #f4f4f4);
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
/*************************
border-style: solid;
color: #c7c7c7;
border-color: #a8a8a8;
- background-image: linear-gradient(to bottom, #ededed);
+ background-image: linear-gradient(to bottom, #f4f4f4);
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
.scale.slider:active,
.scale.scale-has-marks-above.scale-has-marks-below.slider:active,
.scale.scale-has-marks-above.scale-has-marks-below.trough .hilight:backdrop:insensitive,
.scale.vertical.scale-has-marks-above.scale-has-marks-below.trough:backdrop:insensitive,
.scale.vertical.scale-has-marks-above.scale-has-marks-below.trough .hilight:backdrop:insensitive {
- border-color: #c7c7c7;
- background-color: #ededed; }
+ border-color: #a8a8a8;
+ background-color: #f4f4f4; }
.osd .scale.trough, .osd
.scale.scale-has-marks-above.scale-has-marks-below.trough, .osd
.scale.vertical.scale-has-marks-above.scale-has-marks-below.trough {
border-width: 1px;
background-image: linear-gradient(to bottom, #f7f7f7, white 90%);
color: #54595a;
+ border-color: #a8a8a8;
background-image: linear-gradient(to bottom, #fcfcfc);
box-shadow: inset 0 2px 2px -2px rgba(127, 127, 127, 0), inset 0 0 2px 1px rgba(218, 232, 247, 0), 0 1px rgba(255, 255, 255, 0); }
.level-bar.fill-block {
border-style: solid;
color: #c7c7c7;
border-color: #a8a8a8;
- background-image: linear-gradient(to bottom, #ededed);
+ background-image: linear-gradient(to bottom, #f4f4f4);
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
.message-dialog.csd .dialog-action-area .button.suggested-action {
border-style: solid;
border-style: solid;
color: #c7c7c7;
border-color: #a8a8a8;
- background-image: linear-gradient(to bottom, #ededed);
+ background-image: linear-gradient(to bottom, #f4f4f4);
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
.message-dialog.csd .dialog-action-area .button.suggested-action:insensitive {
border-style: solid;
border-style: solid;
color: #c7c7c7;
border-color: #a8a8a8;
- background-image: linear-gradient(to bottom, #ededed);
+ background-image: linear-gradient(to bottom, #f4f4f4);
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
.message-dialog.csd .dialog-action-area .button.destructive-action:insensitive {
border-style: solid;
border-style: solid;
color: #c7c7c7;
border-color: #a8a8a8;
- background-image: linear-gradient(to bottom, #ededed);
+ background-image: linear-gradient(to bottom, #f4f4f4);
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
/************